Release a POS Station
(required for remote device configuration, not local device configurations)
// Release the station by the name that was used earlier for claiming the station.
string claimedStation = "Station1";
deviceManager.ReleaseStation(claimedStation);